Welcome![Sign In][Sign Up]
Location:
Search - convex hull

Search list

[Graph programConvexHull1

Description: 格雷厄姆法求凸壳的C程序-Graham method for convex hull of the C program
Platform: | Size: 1024 | Author: 杜斐 | Hits:

[Special Effectsmypolygon2

Description: 8. 判断点是否在凸多边形内 9. 寻找点集的graham算法 10.寻找点集凸包的卷包裹法 11.判断线段是否在多边形内 12.求简单多边形的重心 13.求凸多边形的重心14.求肯定在给定多边形内的一个点15.求从多边形外一点出发到该多边形的切线16.判断多边形的核是否存在-8. In judging whether a convex polygon 9. Find points of graham algorithm 10. Find point set of convex hull volume parcels Act 11. Line judge whether the polygon 12. Seeking simple polygon focus 13. Convex Polygon focus 14. For sure in a given polygon within the a point 15. demand from outside the polygon to the starting point of the polygon Tangent 16. the nuclear polygon judgment whether there
Platform: | Size: 4096 | Author: 孤星赶月 | Hits:

[Graph Recognize2D

Description: C code for "Computational Geometry in C (Second Edition)": Code function Chapter pointer directory ----------------------------------------------------- Triangulate Chapter 1, Code 1.14 /tri Convex Hull(2D) Chapter 3, Code 3.8 /graham Convex Hull(3D) Chapter 4, Code 4.8 /chull sphere.c Chapter 4, Fig. 4.15 /sphere Delaunay Triang Chapter 5, Code 5.2 /dt SegSegInt Chapter 7, Code 7.2 /segseg Point-in-poly Chapter 7, Code 7.13 /inpoly Point-in-hedron Chapter 7, Code 7.15 /inhedron Int Conv Poly Chapter 7, Code 7.17 /convconv Mink Convolve Chapter 8, Code 8.5 /mink Arm Move Chapter 8, Code 8.7 /arm-C code for "Computational Geometry in C (Second Edition)": Code function Chapter pointer directory----------------------------------------------------- Triangulate Chapter 1, Code 1.14 /tri Convex Hull(2D) Chapter 3, Code 3.8 /graham Convex Hull(3D) Chapter 4, Code 4.8 /chull sphere.c Chapter 4, Fig. 4.15 /sphere Delaunay Triang Chapter 5, Code 5.2 /dt SegSegInt Chapter 7, Code 7.2 /segseg Point-in-poly Chapter 7, Code 7.13 /inpoly Point-in-hedron Chapter 7, Code 7.15 /inhedron Int Conv Poly Chapter 7, Code 7.17 /convconv Mink Convolve Chapter 8, Code 8.5 /mink Arm Move Chapter 8, Code 8.7 /arm
Platform: | Size: 67584 | Author: Mark | Hits:

[Graph Drawingvoronoi

Description: 一个绘制Voronoi图和Delauany三角剖分的程序,并且给出了求凸包的算法。该程序可以演示如何进行三角剖分,帮助你理解整个剖分过程。-a Voronoi diagram mapping and triangulation Delauany procedures, and is seeking a convex hull algorithms. The procedure can demonstrate how triangulation, and help you understand the subdivision process.
Platform: | Size: 157696 | Author: 晓琳 | Hits:

[matlabTSP_G

Description: 利用凸包的原理,求解70个城市的旅行商问题.用Matlab实现-use of convex hull of principle, solving 70 cities in the TSP. Using Matlab
Platform: | Size: 2048 | Author: 孙平 | Hits:

[VC/MFCconvexhull

Description: 主要介绍了凸包算法的演变过程,从最简单的枚举到复杂的扫描-mainly introduces the convex hull algorithm evolution process, from the most simple to complex enumeration scan
Platform: | Size: 122880 | Author: 陈力 | Hits:

[Special Effectsgeometry_c++

Description: 计算几何学常用算法库 C++语言实现 代码内容 计算几何学常用算法库,包括以下算法: 确定两条线段是否相交 判断点p是否在线段上 判断点q是否在多边形Polygon内 计算多边形的面积 寻找凸包 graham 扫描法 -geometry calculation commonly used algorithm for C language code as calculated geometry commonly used algorithm library, include the following algorithm : to determine whether the intersection of two segments to judge whether p-point of judgment, whether the point q Polygon Polygon estimate Polygon area for convex hull graham scanning
Platform: | Size: 12288 | Author: henry | Hits:

[Windows Develophull

Description: 一个相当不错的凸包生成程序,对大家学习有挺好的帮助-a pretty good convex hull generation procedures, we have very good learning with the help of
Platform: | Size: 58368 | Author: soson218 | Hits:

[Algorithmconvex_hull

Description: 算法分析课程中实现的凸包算法,效率很高,有很大的参考价值-algorithm analysis programs to achieve the convex hull algorithms, highly efficient and have great reference value
Platform: | Size: 4758528 | Author: zhangli | Hits:

[OpenGL programquickhull4

Description: 凸包算法,运用分治的思想,用opengl显示出来-convex hull algorithm, the idea of partition, with opengl show
Platform: | Size: 25600 | Author: wangmiao | Hits:

[OtherProject5037735

Description: A game of triangle, it create convex hull nestedly and then does triangulation. Then player can play like GO.-triangle. it create convex hull and then does nestedly tri angulation. Then player can play like GO.
Platform: | Size: 3062784 | Author: nick huang | Hits:

[source in ebookchull

Description: Computational Geometry in C 书中的源代码 生成三维凸包-Computational Geometry book in the C source code generated 3D convex hull
Platform: | Size: 8192 | Author: industry pho | Hits:

[AlgorithmConvexHull

Description: 使用C++实现的Graham扫描法(求解凸包问题),可设置生成随机点的个数、样式,同时支持设置显示范围、显示算法处理时间及使用文件导入导出点等功能。(文件格式为,头四个字节是点的个数,以后分别是各个点的x坐标和y坐标,每个数值均占4字节)。-The use of C++ Realize the Graham scan method (for solving convex hull problems), can be set to generate a random number of points, patterns, and at the same time to support the set display range, display algorithm processing time and the use of document features such as import and export points. (File format for the first four bytes is the number of points, after all points are x coordinates and y coordinates, each account for 4-byte value).
Platform: | Size: 51200 | Author: 王晓桐 | Hits:

[GIS programconvex

Description: 经典的凸包算法。JAVA语言编写。绝对正确。-Classic convex hull algorithm. JAVA language. Absolutely correct.
Platform: | Size: 3072 | Author: 孔明 | Hits:

[Graph programconvex

Description: 程序实现图像分块,凸包,分割等功能,学图像处理的朋友建议下载。-Image sub-block implementation procedures, convex hull, partition and other functions, the study image processing Friend recommended download.
Platform: | Size: 3072 | Author: 廖建勇 | Hits:

[OtherHull

Description: 凸包算法实现三角网的构建 Convex hull of the triangulation algorithm to build-Convex hull triangulation algorithm to build the Convex hull of the triangulation algorithm to build
Platform: | Size: 1024 | Author: 都海伦 | Hits:

[3D Graphicconvex-hull

Description: This code computes the 3D convex hull of a points set.
Platform: | Size: 6144 | Author: Vicki | Hits:

[Special Effectsconvex

Description: 关于图像最小凸包的一系列算法,该算法主要运用于OpenCV 中的MinAreaBox()函数中 用于确定图像的倾斜角度-With regard to image the smallest convex hull of a series of algorithm, which mainly used OpenCV in MinAreaBox () function is used to determine the image of the tilt angle of
Platform: | Size: 122880 | Author: Free.L | Hits:

[Algorithmconvex

Description: C++ code. Realization of an algorithm for finding an 2D convex hull polygon for input set of 2D points (with glut).
Platform: | Size: 1780736 | Author: bob stan | Hits:

[SourceCodeOPENGL create 2D convex hull

Description: use OpenGL to create 2D convex hull
Platform: | Size: 17228 | Author: 654321123456 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 17 »

CodeBus www.codebus.net